a {
  color: #282828;
  text-decoration: none;
}

a:hover {
  color: #9A1A00;
}

.fd-channel-content {
  width: 100%;
}

.fd-xw-list {
  font: 16px/38px "Microsoft YaHei UI";
  color: #282828;
}

.fd-xw-list .fd-content-a {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  padding-left: 24px;
  width: 100%;
  height: 38px;
  padding-right: 150px;
  text-decoration: none;
  font: 16px/38px "Microsoft YaHei UI";
  color: #282828;
  cursor: pointer;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap
}

.fd-xw-list .fd-content-a:hover{
  color: #9A1A00;
}

.fd-xw-list .fd-content-a:hover span{
  color: #666;
}

.fd-xw-list .fd-content-a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #9A0100;
}

.fd-xw-list .fd-content-a > span {
  position: absolute;
  right: 0;
  top: 0;
  float: right;
  color: #666;
}
